/*清零*/

body {
    margin: 0px;
    padding: 0px;
    background-color: #fff;
    font-family: "微软雅黑";
    font-size: 14px;
    max-width: 640px;
    margin: 0 auto;
    padding-bottom: 70px;
}

a {
    text-decoration: none;
    margin: 0;
    padding: 0;
    color: #282828;
}

/**{ font-family:"微软雅黑"; font-size:14px; color:#000;}*/

* {
    font-size: 14px;
}

h1,
h2,
p,
h4,
h5,
h3,
h6 {
    margin: 0;
    padding: 0;
    font-weight: normal;
}

img {
    display: block;
    border: none;
    width: 100%;
}
.index_news{
	padding-bottom: 30px;
}
.clearfix {
    clear: both;
}

ul,
li {
    list-style: none;
    margin: 0;
    padding: 0;
}

input,
textarea,
select {
    border: none;
    font-family: "微软雅黑";
    outline: none
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.clearfix:after {
    clear: both;
    display: block;
    height: 0;
    content: "\200B";
}

.clearfix {
    *zoom: 1;
}

.container {
    width: 94%;
    margin: 0 auto;
}

/* 文本框提示文字颜色改变 */

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    /* WebKit*/
    color: #e2e7eb;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #e2e7eb;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #e2e7eb;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    /* IE 10+ */
    color: #e2e7eb;
}

/*公共头部*/

.top {
    width: 100%;
    height: 3px;
    background: #0350a0;
}

.head_top {
    padding-top: 12px;
    padding-bottom: 8px;
    position: relative;
}

.nav_logo {
    margin-top: 15px;
    cursor: pointer;
}

.logo img {
    width: 310px;
    height: 60px;
}

.nav_logo img {
    width: 35px;
    height: 37px;
}

.nav {
    background: #0350a0;
    position: absolute;
    top: 80px;
    left: 0;
    z-index: 999;
    width: 100%;
}

.head_top .nav ul li {
    width: 33.3%;
    float: left;
    text-align: center;
    height: 45px;
    line-height: 45px;
    background: url(../images/xt.png)no-repeat right center;
}

.head_top .nav ul li:nth-child(1) {
    border-bottom: 1px solid #0350a0;
}

.head_top .nav ul li:nth-child(2) {
    border-bottom: 1px solid #0350a0;
}

.head_top .nav ul li:nth-child(3) {
    border-bottom: 1px solid #0350a0;
}

.head_top .nav ul li a {
    color: #fff;
    font-size: 16px;
}

/*公共头部结束*/

/*banenr*/

.banner {
    cursor: pointer;
}

.kind {
    background: #f6f6f6;
    padding: 18px 0;
}

.kind ul li {
    float: left;
    width: 33.3%;
    margin: 0 auto;
    text-align: center;
    position: relative;
}

.kind ul li:nth-child(1)::after {
    position: absolute;
    content: '';
    background: #cccccc;
    height: 62px;
    width: 1px;
    right: 0;
    top: 15px;
}

.kind ul li:nth-child(2)::after {
    position: absolute;
    content: '';
    background: #cccccc;
    height: 62px;
    width: 1px;
    right: 0;
    top: 15px;
}

.kind ul li img {
    width: 52px;
    height: 47px;
    margin: 0 auto;
}

.kind ul li h2 {
    color: #2e2e2e;
    font-size: 16px;
    width: 90%;
    margin: 0 auto;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: 10px;
}

.kind ul li p {
    color: #6e6e6e;
    font-size: 14px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.index_product h2 {
    background: url(../images/bt_bg.png)no-repeat center center;
    text-align: center;
    color: #2e2e2e;
    font-size: 22px;
}
.footer h2
{
    margin-top: 15px;}
.index_pnav {
    text-align: center;
    margin: 20px 0;
}

.index_pnav a {
    display: inline-block;
    width: 33.3%;
    text-align: center;
    /* border-right: 1px solid #a0a0a0; */
}

.index_pnav a:last-child {
    border: none;
}

.index_pnav .cur {
    color: #0350a0;
}

.product_show ul li {
    float: left;
    width: 49%;
    margin-right: 2%;
    margin-bottom: 20px;
}

.product_show ul li:nth-child(2n) {
    margin-right: 0;
}

.p_img {
    position: relative;
}

.p_img h3 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    line-height: 42px;
    font-size: 15px;
    color: #fff;
    background: rgba(3, 80, 160, .8);
    text-align: center;
}

.product_show {
    position: relative;
    text-align: center;
    padding-bottom: 20px;
}

.product_pation {
    width: 100%;
    bottom: 0 !important;
}
.product_show .swiper-container{ /*padding-bottom: 30px;*/}
.product_pation .swiper-pagination-bullet {
    width: 48px;
    height: 7px;
    border-radius: 10px;
    background: #000;
    opacity: 1;
    margin: 0 5px;
    text-align: center;
}
.index_product{ padding-top: 30px;padding-bottom: 30px;}
.product_pation .swiper-pagination-bullet-active {
    background: #0350a0;
}

.index_about {
    background: url(../images/ab_bg.png)no-repeat top left;
    padding-bottom: 35px;
}

.index_about h2 {
    background: url(../images/ab_tt.png)no-repeat center center;
    font-size: 22px;
    color: #fff;
    line-height: 70px;
    text-align: center;
    margin-bottom: 20px;
}

.index_about p {
    line-height: 24px;
    color: #efefef;
    font-size: 14px;
    text-indent: 2em;
    text-align: justify;
}

.index_about a {
    display: block;
    color: #fff;
    font-size: 14px;
    width: 132px;
    line-height: 43px;
    margin: 0 auto;
    margin-top: 25px;
    text-align: center;
    border-radius: 10px;
    background: rgba(3, 80, 160, .8);
}

.index_news h2 {
    background: url(../images/news.png)no-repeat center center;
    padding-top: 35px;
    padding-bottom: 35px;
    text-align: center;
    color: #2e2e2e;
    font-size: 22px;
    margin-top: 15px;
}

.main ul li {
    padding-top: 15px;
    transition: all ease-in-out .3s;
    width: 100%;
}

.news_date {
    width: 20%;
    text-align: center;
    margin-top: 36px;
    position: relative;
}

.news_date h3 {
    color: #6e6e6e;
    font-size: 21px;
}

.news_date span {
    color: #6e6e6e;
    font-size: 31px;
    display: block;
}

.news_date i {
    display: block;
    font-style: normal;
    position: absolute;
    border: 1px solid #0350a0;
    border-radius: 50px;
    width: 22px;
    height: 22px;
    left: -11px;
    top: 50%;
    margin-top: -12px;
    z-index: 999;
}

.news_date i::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 14px;
    height: 14px;
    margin: auto;
    background-color: #fff;
    border: 4px solid #fff;
    border-radius: 100%;
    z-index: 999;
    transition: all ease-in-out .3s;
}

.news_title {
    padding: 16px 20px 28px;
    transition: all ease-in-out .3s;
    width: 73%;
}

.news_title h3 {
    color: #0350a0;
    margin-bottom: 10px;
    font-size: 18px;
    transition: all ease-in-out .3s;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.news_title p {
    line-height: 32px;
    color: #6e6e6e;
    font-size: 14px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.main {
    position: relative;
}
.main ul{
    display: flex;
    flex-wrap: wrap;
}
.main::after {
    /* position: absolute;
    content: '';
    height: 100%;
    width: 1px;
    top: 0;
    background-color: #0350a0; */
}

.input .news_date i::after {
    background-color: #0350a0;
}

.main ul li:hover .news_date i::after {
    background: #0350a0;
    transition: all ease-in-out .3s;
}

.watch h2 {
    background: url(../images/wt.png)no-repeat center center;
    padding-top: 35px;
    padding-bottom: 35px;
    text-align: center;
    color: #2e2e2e;
    font-size: 22px;
    margin-top: 15px;
}

.wbiao ul li {
    float: left;
    width: 49%;
    margin-right: 2%;
    margin-bottom: 35px;
}

.wbiao ul li:nth-child(2n) {
    margin-right: 0;
}

.wb_title {
    padding: 15px 10px;
    background: #f6f5f1;
}

.title_l {
    width: 80%;
}

.title_r {
    width: 10%;
}

.title_r img {
    width: 14px;
    height: 5px;
    margin-top: 8px;
}

.advert {
    margin-top: 20px;
}

.watch {
    margin-bottom: 30px;
}

.more {
    display: block;
    color: #fff;
    font-size: 14px;
    width: 132px;
    line-height: 43px;
    margin: 0 auto;
    margin-top: 25px;
    text-align: center;
    border-radius: 10px;
    background: rgba(3, 80, 160, 1);
}

.watch .more {
    margin-top: 5px;
}

.banquan {
    line-height: 40px;
    border-top: 1px solid #0350a0;
    color: #6e6e6e;
    text-align: center;
}

.footer {
    margin-top: 100px;
    position: fixed;
    width: 100%;
    max-width: 640px;
    bottom: 0;
    margin: 0 auto;
    background: #0350a0;
    z-index: 999;
}

.footer ul li {
    position: relative;
    float: left;
    width: 25%;
    text-align: center;
}

.footer ul li img {
    width: 37px;
    height: 35px;
    margin: 0 auto;
}

.footer ul li h3 {
    color: #fff;
    font-size: 14px;
    line-height: 25px;
}

.nr_title {
    padding: 24px 20px;
    background: #f6f6f6;
    position: relative;
    margin-bottom: 40px;
    cursor: pointer;
}

.t_t1 h4 {
    text-align: center;
    font-size: 28px;
    width: 224px;
    margin: 0 auto;
    color: #2e2e2e;
    position: relative;
}

.t_t1 h4::after {
    position: absolute;
    content: '';
    background: #bb9f77;
    width: 224px;
    height: 1px;
    left: 0;
    bottom: -8px;
}

.t_t1 h4::before {
    position: absolute;
    content: '';
    background: #bb9f77;
    width: 83px;
    height: 3px;
    left: calc( 100% - 156px);
    bottom: -9px;
}

.t_fanhui {
    width: 38px;
}

.t_t1 {
    width: 87%;
    margin: 0 auto;
    text-align: center;
}

.t_nav {
    width: 35px;
}

.t_nav_list {
    position: absolute;
    padding: 10px 35px 30px;
    width: 220px;
    right: 0;
    top: 86px;
    background: rgba(165, 11, 171, .8);
}

.t_nav_list ul li {
    text-align: center;
    line-height: 50px;
    border-bottom: 1px dashed #9e9e9e;
}

.t_nav_list ul li a {
    color: #fff;
    font-size: 16px;
}

.nr_news {
    margin-bottom: 30px;
}

.nr_news .main::after {
    display: none;
}

.nr_news .news_date {
    border-bottom: 2px solid #bb9f77;
    width: 13%;
    text-align: center;
    margin-top: 20px;
    position: relative;
    padding-bottom: 14px;
}

.nr_news .news_title {
    width: 78%;
}

.list_showtop {
    border-bottom: 1px solid #d8d8d8;
}

.list_showtop h3 {
    color: #2e2e2e;
    font-size: 20px;
    text-align: center;
    margin-top: 40px;
    margin-bottom: 20px;
}

.liulan {
    text-align: center;
    margin-bottom: 30px;
}

.liulan h4 {
    color: #6e6e6e;
    font-size: 14px;
}

.list_text {
    line-height: 32px;
    text-indent: 2em;
    font-size: 14px;
    color: #2e2e2e;
    padding: 20px 0 30px;
    border-bottom: 1px solid #d8d8d8;
}

.page {
    padding-top: 20px;
    padding-bottom: 50px;
}

.page ul li {
    line-height: 40px;
    background: #f6f6f6;
    margin-bottom: 15px;
    padding-left: 35px;
}

.page ul li a {
    color: #2e2e2e;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
}

.page ul li a span {
    color: #6e6e6e;
}
.watch .list_showtop{
    border: none;
}
.show_xq{
        background: #0350a0;
}
.show_img{
    width: 90%;
    margin: 0 auto;
    margin-bottom: 40px;
}
.show_img img{width: 100%;}
.show_xq{
    padding: 15px 20px;
}
.xq_l h5{
 color: #fff;
font-size: 14px;
}
.xq_r img {
    width: 13px;
    height: 23px;
    display: inline-block;
    margin-left: 15px;
}
.single_text {
    line-height: 32px;
    text-indent: 2em;
    font-size: 14px;
    color: #2e2e2e;
    padding: 0px 0 30px;
}
.single_text img{
    width: 100%;
    margin: 15px  0;
}


/* 在线留言 */
.meassage_a{
    width: 100%;
    margin: 0 auto;
    padding: 30px 0 0 0;
}
.about1-con {
    line-height: 30px;
    text-align: center;
    color: #646464;
    margin: 20px 0;
}
.form-control {
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.mes-area {
    min-height: 7em;
    resize: none;
    font-size: 14px;
    line-height: 1.4;
}
.btn-danger {
    color: #fff;
    background-color: #0350a0;
  border: 1px solid #0350a0;
}
.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
.c-pc{ display: none;}
@media(max-width:500px) {
    .news_date {
        width: 27%;
        margin-top: 10px;
    }
    .news_title {
        padding: 16px 0px 28px;
    }
    .news_date span {
        font-size: 18px;
    }
    .news_date h3 {
        font-size: 14px;
    }
    .index_about p {
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 8;
        -webkit-box-orient: vertical;
    }
    .t_t1 {
        width: 78%;
    }
    .t_t1 h4 {
        font-size: 24px;
    }
    .nr_news .news_title h3 {
        margin-bottom: 5px;
    }
    .nr_news .news_title p {
        line-height: 20px;
    }
    .nr_news .news_date{
        width: 17%;
    }
}